package com.om.refactoring;

public enum CustomerType {
	consumer, business, industrial
}
